var html/template.errorType

2 uses

	html/template (current package)
		content.go#L131: 	errorType       = reflect.TypeOf((*error)(nil)).Elem()
		content.go#L143: 	for !v.Type().Implements(fmtStringerType) && !v.Type().Implements(errorType) && v.Kind() == reflect.Pointer && !v.IsNil() {